home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 December
/
CMCD1203.ISO
/
Software
/
Complet
/
CINEBENCH 2003
/
resource
/
modules
/
objects
/
res
/
description
/
Osplinecissoid.h
< prev
next >
Wrap
C/C++ Source or Header
|
2003-02-27
|
440b
|
16 lines
#ifndef _Osplinecissoid_H_
#define _Osplinecissoid_H_
enum
{
PRIM_CISSOID_TYPE = 2020, // LONG - Type [0:Cissoid; 1:Lemniscate; 2:Strophoid]
PRIM_CISSOID_TYPE_CISSOID = 0,
PRIM_CISSOID_TYPE_LEMNISCATE = 1,
PRIM_CISSOID_TYPE_STROPHOID = 2,
PRIM_CISSOID_TENSION = 2021, // REAL - Value Range
PRIM_CISSOID_WIDTH = 2023, // REAL - Width
PRIM_CISSOID_SUB = 2024 // LONG - Subdivision [>=3]
};
#endif